Quản lý thư viện LINQ C#

1 namespace QuanLyThuVien
2 {
3     
partial class frmSearchSach
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmSearchSach));
33             
this.groupBox1 = new System.Windows.Forms.GroupBox();
34             
this.txtSearch = new DevComponents.DotNetBar.Controls.TextBoxX();
35             
this.btnclear = new DevComponents.DotNetBar.ButtonX();
36             
this.groupBox2 = new System.Windows.Forms.GroupBox();
37             
this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
38             
this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
39             
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.rdbChuyenNganh = new System.Windows.Forms.RadioButton();
46             
this.rdbTS = new System.Windows.Forms.RadioButton();
47             
this.rdbNXB = new System.Windows.Forms.RadioButton();
48             
this.rdbTenTG = new System.Windows.Forms.RadioButton();
49             
this.groupBox1.SuspendLayout();
50             
this.groupBox2.SuspendLayout();
51             ((System.ComponentModel.ISupportInitialize)(
this.dataGridViewX1)).BeginInit();
52             
this.SuspendLayout();
53             
//
54             
// groupBox1
55             
//
56             
this.groupBox1.Controls.Add(this.rdbNXB);
57             
this.groupBox1.Controls.Add(this.rdbTenTG);
58             
this.groupBox1.Controls.Add(this.rdbTS);
59             
this.groupBox1.Controls.Add(this.rdbChuyenNganh);
60             
this.groupBox1.Controls.Add(this.txtSearch);
61             
this.groupBox1.Controls.Add(this.btnclear);
62             
this.groupBox1.Location = new System.Drawing.Point(4, 3);
63             
this.groupBox1.Name = "groupBox1";
64             
this.groupBox1.Size = new System.Drawing.Size(409, 143);
65             
this.groupBox1.TabIndex = 0;
66             
this.groupBox1.TabStop = false;
67             
this.groupBox1.Text = "Tìm Kiếm Theo";
68             
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
69             
//
70             
// txtSearch
71             
//
72             
//
73             
//
74             
//
75             
this.txtSearch.Border.Class = "TextBoxBorder";
76             
this.txtSearch.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
77             
this.highlighter1.SetHighlightOnFocus(this.txtSearch, true);
78             
this.txtSearch.Location = new System.Drawing.Point(150, 38);
79             
this.txtSearch.Name = "txtSearch";
80             
this.txtSearch.Size = new System.Drawing.Size(189, 20);
81             
this.txtSearch.TabIndex = 17;
82             
this.txtSearch.WatermarkText = "Nhập Dữ Liệu Cần Tìm Kiếm.";
83             
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
84             
//
85             
// btnclear
86             
//
87             
this.btnclear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
88             
this.btnclear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
89             
this.btnclear.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
90             
this.btnclear.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
91             
this.btnclear.ForeColor = System.Drawing.Color.Transparent;
92             
this.btnclear.Image = global::QuanLyThuVien.Properties.Resources.edit_clear;
93             
this.btnclear.ImageFixedSize = new System.Drawing.Size(40, 40);
94             
this.btnclear.Location = new System.Drawing.Point(360, 32);
95             
this.btnclear.Name = "btnclear";
96             
this.btnclear.Size = new System.Drawing.Size(52, 39);
97             
this.btnclear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
98             
this.btnclear.TabIndex = 5;
99             
this.btnclear.Tooltip = "Chọn Lại.";
100             
this.btnclear.Click += new System.EventHandler(this.btnclear_Click);
101             
//
102             
// groupBox2
103             
//
104             
this.groupBox2.Controls.Add(this.dataGridViewX1);
105             
this.groupBox2.Location = new System.Drawing.Point(4, 152);
106             
this.groupBox2.Name = "groupBox2";
107             
this.groupBox2.Size = new System.Drawing.Size(458, 216);
108             
this.groupBox2.TabIndex = 1;
109             
this.groupBox2.TabStop = false;
110             
this.groupBox2.Text = "Thông Tin Tìm Kiếm";
111             
//
112             
// dataGridViewX1
113             
//
114             
this.dataGridViewX1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
115             
this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
116             
this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
117             
this.Column1,
118             
this.Column2,
119             
this.Column3,
120             
this.Column4,
121             
this.Column5,
122             
this.Column6});
123             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
124             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
125             dataGridViewCellStyle1.Font =
new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
127             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
128             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
129             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
130             
this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
131             
this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
132             
this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
133             
this.dataGridViewX1.Location = new System.Drawing.Point(3, 16);
134             
this.dataGridViewX1.Name = "dataGridViewX1";
135             
this.dataGridViewX1.Size = new System.Drawing.Size(452, 197);
136             
this.dataGridViewX1.TabIndex = 0;
137             
//
138             
// highlighter1
139             
//
140             
this.highlighter1.ContainerControl = this;
141             
this.highlighter1.FocusHighlightColor = DevComponents.DotNetBar.Validator.eHighlightColor.Red;
142             
//
143             
// Column1
144             
//
145             
this.Column1.DataPropertyName = "MaDauSach";
146             
this.Column1.HeaderText = "Mã ĐS";
147             
this.Column1.Name = "Column1";
148             
this.Column1.ReadOnly = true;
149             
this.Column1.Width = 80;
150             
//
151             
// Column2
152             
//
153             
this.Column2.DataPropertyName = "TenSach";
154             
this.Column2.HeaderText = "Tên Sách";
155             
this.Column2.Name = "Column2";
156             
this.Column2.ReadOnly = true;
157             
//
158             
// Column3
159             
//
160             
this.Column3.DataPropertyName = "TenTG";
161             
this.Column3.HeaderText = "Tác Giả";
162             
this.Column3.Name = "Column3";
163             
this.Column3.ReadOnly = true;
164             
this.Column3.Width = 120;
165             
//
166             
// Column4
167             
//
168             
this.Column4.DataPropertyName = "TenNXB";
169             
this.Column4.HeaderText = "Nhà Xuất Bản";
170             
this.Column4.Name = "Column4";
171             
this.Column4.ReadOnly = true;
172             
this.Column4.Width = 120;
173             
//
174             
// Column5
175             
//
176             
this.Column5.DataPropertyName = "NamXuatBan";
177             
this.Column5.HeaderText = "Năm";
178             
this.Column5.Name = "Column5";
179             
this.Column5.ReadOnly = true;
180             
this.Column5.Width = 70;
181             
//
182             
// Column6
183             
//
184             
this.Column6.DataPropertyName = "SoLuong";
185             
this.Column6.HeaderText = "Số Lượng";
186             
this.Column6.Name = "Column6";
187             
this.Column6.ReadOnly = true;
188             
this.Column6.Width = 70;
189             
//
190             
// rdbChuyenNganh
191             
//
192             
this.rdbChuyenNganh.AutoSize = true;
193             
this.rdbChuyenNganh.ForeColor = System.Drawing.SystemColors.ControlText;
194             
this.rdbChuyenNganh.Location = new System.Drawing.Point(17, 21);
195             
this.rdbChuyenNganh.Name = "rdbChuyenNganh";
196             
this.rdbChuyenNganh.Size = new System.Drawing.Size(108, 17);
197             
this.rdbChuyenNganh.TabIndex = 18;
198             
this.rdbChuyenNganh.TabStop = true;
199             
this.rdbChuyenNganh.Text = "Chuyên Ngành";
200             
this.rdbChuyenNganh.UseVisualStyleBackColor = true;
201             
this.rdbChuyenNganh.CheckedChanged += new System.EventHandler(this.rdbChuyenNganh_CheckedChanged);
202             
//
203             
// rdbTS
204             
//
205             
this.rdbTS.AutoSize = true;
206             
this.rdbTS.ForeColor = System.Drawing.SystemColors.ControlText;
207             
this.rdbTS.Location = new System.Drawing.Point(17, 51);
208             
this.rdbTS.Name = "rdbTS";
209             
this.rdbTS.Size = new System.Drawing.Size(80, 17);
210             
this.rdbTS.TabIndex = 19;
211             
this.rdbTS.TabStop = true;
212             
this.rdbTS.Text = "Tên Sách";
213             
this.rdbTS.UseVisualStyleBackColor = true;
214             
this.rdbTS.CheckedChanged += new System.EventHandler(this.rdbTS_CheckedChanged);
215             
//
216             
// rdbNXB
217             
//
218             
this.rdbNXB.AutoSize = true;
219             
this.rdbNXB.ForeColor = System.Drawing.SystemColors.ControlText;
220             
this.rdbNXB.Location = new System.Drawing.Point(17, 109);
221             
this.rdbNXB.Name = "rdbNXB";
222             
this.rdbNXB.Size = new System.Drawing.Size(104, 17);
223             
this.rdbNXB.TabIndex = 21;
224             
this.rdbNXB.TabStop = true;
225             
this.rdbNXB.Text = "Nhà Xuất Bản";
226             
this.rdbNXB.UseVisualStyleBackColor = true;
227             
this.rdbNXB.CheckedChanged += new System.EventHandler(this.rdbNXB_CheckedChanged);
228             
//
229             
// rdbTenTG
230             
//
231             
this.rdbTenTG.AutoSize = true;
232             
this.rdbTenTG.ForeColor = System.Drawing.SystemColors.ControlText;
233             
this.rdbTenTG.Location = new System.Drawing.Point(17, 78);
234             
this.rdbTenTG.Name = "rdbTenTG";
235             
this.rdbTenTG.Size = new System.Drawing.Size(70, 17);
236             
this.rdbTenTG.TabIndex = 20;
237             
this.rdbTenTG.TabStop = true;
238             
this.rdbTenTG.Text = "Tác Giả";
239             
this.rdbTenTG.UseVisualStyleBackColor = true;
240             
this.rdbTenTG.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
241             
//
242             
// frmSearchSach
243             
//
244             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
245             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
246             
this.ClientSize = new System.Drawing.Size(461, 374);
247             
this.Controls.Add(this.groupBox2);
248             
this.Controls.Add(this.groupBox1);
249             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
250             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
251             
this.Name = "frmSearchSach";
252             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
253             
this.Text = "Tìm Kiếm Sách";
254             
this.Load += new System.EventHandler(this.frmSearchSach_Load);
255             
this.groupBox1.ResumeLayout(false);
256             
this.groupBox1.PerformLayout();
257             
this.groupBox2.ResumeLayout(false);
258             ((System.ComponentModel.ISupportInitialize)(
this.dataGridViewX1)).EndInit();
259             
this.ResumeLayout(false);
260
261         }
262
263         
#endregion
264
265         
private System.Windows.Forms.GroupBox groupBox1;
266         
private DevComponents.DotNetBar.ButtonX btnclear;
267         
private DevComponents.DotNetBar.Controls.TextBoxX txtSearch;
268         
private System.Windows.Forms.GroupBox groupBox2;
269         
private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
270         
private DevComponents.DotNetBar.Validator.Highlighter highlighter1;
271         
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
272         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
273         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
274         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
275         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
276         
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
277         
private System.Windows.Forms.RadioButton rdbChuyenNganh;
278         
private System.Windows.Forms.RadioButton rdbNXB;
279         
private System.Windows.Forms.RadioButton rdbTenTG;
280         
private System.Windows.Forms.RadioButton rdbTS;
281     }
282 }



Quản lý thư viện LINQ C# 10.187 lượt xem

Gõ tìm kiếm nhanh...